WARNING: This program has a bug, which means we need to fix it! This program has a logic error.

RULE: If statements will ONLY run as part of loop if the whole block is nested INSIDE the loop.

  • Click Run and watch the stage to see what's wrong.
  • This loop only checks the first value in the list. Move the whole 2nd if block 4 spaces to the right.
  • Debug the program so that the loop runs three times, once for every value in the list.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)